home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / SCGRAPH / PLOTTING.DFM / PLOTTING.txt
Text File  |  1996-11-11  |  9KB  |  356 lines

  1. object PlottingForm: TPlottingForm
  2.   Left = 656
  3.   Top = 237
  4.   Width = 631
  5.   Height = 469
  6.   Caption = 'Plotting modes'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object ScGraph1: TScGraph
  22.     Left = 0
  23.     Top = 0
  24.     Width = 615
  25.     Height = 402
  26.     AutoMetrics = True
  27.     PlotColor = clWhite
  28.     MarginLeft = 20
  29.     MarginRight = 40
  30.     MarginTop = 20
  31.     MarginBottom = 20
  32.     Frame = True
  33.     GraphTitle.Title = False
  34.     GraphTitle.Caption = 'Scatterplot'
  35.     GraphTitle.Position = 500
  36.     GraphTitle.Distance = 12
  37.     GridVertical.MajorGrid = False
  38.     GridVertical.MinorGrid = False
  39.     GridVertical.MajorGridStyle = psSolid
  40.     GridVertical.MinorGridStyle = psDot
  41.     GridVertical.MajorGridColor = clGray
  42.     GridVertical.MinorGridColor = clGray
  43.     GridVertical.MajorGridWidth = 1
  44.     GridVertical.MinorGridWidth = 0
  45.     GridHorizontal.MajorGrid = False
  46.     GridHorizontal.MinorGrid = False
  47.     GridHorizontal.MajorGridStyle = psSolid
  48.     GridHorizontal.MinorGridStyle = psDot
  49.     GridHorizontal.MajorGridColor = clGray
  50.     GridHorizontal.MinorGridColor = clGray
  51.     GridHorizontal.MajorGridWidth = 1
  52.     GridHorizontal.MinorGridWidth = 0
  53.     AxisTitleFont.Color = clWindowText
  54.     AxisTitleFont.Height = -13
  55.     AxisTitleFont.Name = 'MS Sans Serif'
  56.     AxisTitleFont.Style = []
  57.     TickLabelFont.Color = clWindowText
  58.     TickLabelFont.Height = -13
  59.     TickLabelFont.Name = 'MS Sans Serif'
  60.     TickLabelFont.Style = []
  61.     GraphTitleFont.Color = clWindowText
  62.     GraphTitleFont.Height = -13
  63.     GraphTitleFont.Name = 'MS Sans Serif'
  64.     GraphTitleFont.Style = []
  65.     LegendBox.ShowLegends = False
  66.     LegendBox.Placement = lbxRight
  67.     LegendBox.Distance = 8
  68.     LegendBox.Framed = True
  69.     LegendBox.FrameColor = clBlack
  70.     LegendBox.FrameWidth = 2
  71.     LegendBox.BoxColor = clWhite
  72.     LegendBox.BoxStyle = bsSolid
  73.     LegendFont.Color = clWindowText
  74.     LegendFont.Height = -13
  75.     LegendFont.Name = 'MS Sans Serif'
  76.     LegendFont.Style = []
  77.     XAxis.MajorTicks = True
  78.     XAxis.MinorTicks = False
  79.     XAxis.MajorTickLen = 12
  80.     XAxis.MinorTickLen = 8
  81.     XAxis.MajorTickWid = 2
  82.     XAxis.MinorTickWid = 1
  83.     XAxis.TickPosition = tpCenter
  84.     XAxis.Title = False
  85.     XAxis.TitleText = 'X'
  86.     XAxis.TitleDist = 4
  87.     XAxis.TitlePos = 500
  88.     XAxis.TitleAngle = lr0
  89.     XAxis.TickLabels = True
  90.     XAxis.LabelFormat = '%2.1f'
  91.     XAxis.LabelDistance = 4
  92.     XAxis.LabelAngle = lr0
  93.     YAxis.MajorTicks = True
  94.     YAxis.MinorTicks = False
  95.     YAxis.MajorTickLen = 12
  96.     YAxis.MinorTickLen = 8
  97.     YAxis.MajorTickWid = 2
  98.     YAxis.MinorTickWid = 1
  99.     YAxis.TickPosition = tpCenter
  100.     YAxis.Title = False
  101.     YAxis.TitleText = 'Y'
  102.     YAxis.TitleDist = 4
  103.     YAxis.TitlePos = 500
  104.     YAxis.TitleAngle = lr90
  105.     YAxis.TickLabels = True
  106.     YAxis.LabelFormat = '%2.1f'
  107.     YAxis.LabelDistance = 4
  108.     YAxis.LabelAngle = lr0
  109.     XScale.ScaleType = stLin
  110.     XScale.Max = 10.000000000000000000
  111.     XScale.LinStep = 2.000000000000000000
  112.     XScale.MinRange = 10.000000000000000000
  113.     XScale.MinorTickNumber = 1
  114.     XScale.MinorLogPattern = [st20, st30, st40]
  115.     XScale.MajorLogPattern = [lt50]
  116.     XScale.AutoSizing = False
  117.     XScale.AutoStepping = True
  118.     YScale.ScaleType = stLin
  119.     YScale.Max = 10.000000000000000000
  120.     YScale.LinStep = 2.000000000000000000
  121.     YScale.MinRange = 10.000000000000000000
  122.     YScale.MinorTickNumber = 1
  123.     YScale.MinorLogPattern = [st20, st30, st40]
  124.     YScale.MajorLogPattern = [lt50]
  125.     YScale.AutoSizing = False
  126.     YScale.AutoStepping = True
  127.     Plotting = True
  128.     BevelInner = bvLowered
  129.     BevelOuter = bvLowered
  130.     OnResize = ScGraph1Resize
  131.   end
  132.   object MainMenu1: TMainMenu
  133.     Left = 584
  134.     object File1: TMenuItem
  135.       Caption = 'File'
  136.       GroupIndex = 1
  137.       ShortCut = 0
  138.       object Close1: TMenuItem
  139.         Caption = 'Close'
  140.         ShortCut = 0
  141.         OnClick = Close1Click
  142.       end
  143.       object Printersetup1: TMenuItem
  144.         Caption = 'Printer setup...'
  145.         ShortCut = 0
  146.         OnClick = Printersetup1Click
  147.       end
  148.       object Print1: TMenuItem
  149.         Caption = 'Print'
  150.         ShortCut = 0
  151.         OnClick = Print1Click
  152.       end
  153.       object N3: TMenuItem
  154.         Caption = '-'
  155.         ShortCut = 0
  156.       end
  157.       object Exit1: TMenuItem
  158.         Caption = 'Exit'
  159.         ShortCut = 0
  160.         OnClick = Exit1Click
  161.       end
  162.     end
  163.     object Edit1: TMenuItem
  164.       Caption = 'Edit'
  165.       GroupIndex = 2
  166.       ShortCut = 0
  167.       object CopyGraph1: TMenuItem
  168.         Caption = 'Copy Graph'
  169.         ShortCut = 0
  170.         OnClick = CopyGraph1Click
  171.       end
  172.       object Autometrics1: TMenuItem
  173.         Caption = 'Autometrics'
  174.         Checked = True
  175.         ShortCut = 0
  176.         OnClick = Autometrics1Click
  177.       end
  178.     end
  179.     object Color1: TMenuItem
  180.       Caption = 'Color'
  181.       GroupIndex = 4
  182.       ShortCut = 0
  183.       OnClick = Color1Click
  184.     end
  185.     object Mode1: TMenuItem
  186.       Caption = 'Mode'
  187.       GroupIndex = 5
  188.       ShortCut = 0
  189.       object Symbols2: TMenuItem
  190.         Caption = 'Symbols'
  191.         Checked = True
  192.         ShortCut = 0
  193.         OnClick = Symbols2Click
  194.       end
  195.       object Plotlines1: TMenuItem
  196.         Caption = 'Plot lines'
  197.         Checked = True
  198.         ShortCut = 0
  199.         OnClick = Plotlines1Click
  200.       end
  201.       object N4: TMenuItem
  202.         Caption = '-'
  203.         ShortCut = 0
  204.       end
  205.       object Lines2: TMenuItem
  206.         Caption = 'Lines'
  207.         ShortCut = 0
  208.         OnClick = Lines2Click
  209.       end
  210.       object Histogram1: TMenuItem
  211.         Caption = 'Histogram'
  212.         ShortCut = 0
  213.         OnClick = Histogram1Click
  214.       end
  215.       object Sticks1: TMenuItem
  216.         Caption = 'Sticks'
  217.         ShortCut = 0
  218.         OnClick = Sticks1Click
  219.       end
  220.     end
  221.     object Symbols1: TMenuItem
  222.       Caption = 'Symbols'
  223.       GroupIndex = 6
  224.       ShortCut = 0
  225.       object SizeUp1: TMenuItem
  226.         Caption = 'Size Up'
  227.         ShortCut = 0
  228.         OnClick = SizeUp1Click
  229.       end
  230.       object SizeDown1: TMenuItem
  231.         Caption = 'Size Down'
  232.         ShortCut = 0
  233.         OnClick = SizeDown1Click
  234.       end
  235.       object N2: TMenuItem
  236.         Caption = '-'
  237.         ShortCut = 0
  238.       end
  239.       object Circle1: TMenuItem
  240.         Caption = 'Circle'
  241.         ShortCut = 0
  242.         OnClick = Circle1Click
  243.       end
  244.       object Filledcircle1: TMenuItem
  245.         Caption = 'Filled circle'
  246.         ShortCut = 0
  247.         OnClick = Filledcircle1Click
  248.       end
  249.       object Square1: TMenuItem
  250.         Caption = 'Square'
  251.         ShortCut = 0
  252.         OnClick = Square1Click
  253.       end
  254.       object FilledSquare1: TMenuItem
  255.         Caption = 'Filled Square'
  256.         ShortCut = 0
  257.         OnClick = FilledSquare1Click
  258.       end
  259.       object Diamond1: TMenuItem
  260.         Caption = 'Diamond'
  261.         ShortCut = 0
  262.         OnClick = Diamond1Click
  263.       end
  264.       object FilledDiamond1: TMenuItem
  265.         Caption = 'Filled Diamond'
  266.         ShortCut = 0
  267.         OnClick = FilledDiamond1Click
  268.       end
  269.       object Triangleup1: TMenuItem
  270.         Caption = 'Triangle up'
  271.         ShortCut = 0
  272.         OnClick = Triangleup1Click
  273.       end
  274.       object Triangledown1: TMenuItem
  275.         Caption = 'Triangle down'
  276.         ShortCut = 0
  277.         OnClick = Triangledown1Click
  278.       end
  279.       object Filledtriangleup1: TMenuItem
  280.         Caption = 'Filled triangle up'
  281.         ShortCut = 0
  282.         OnClick = Filledtriangleup1Click
  283.       end
  284.       object Filledtrinagledown1: TMenuItem
  285.         Caption = 'Filled trinagle down'
  286.         ShortCut = 0
  287.         OnClick = Filledtrinagledown1Click
  288.       end
  289.       object Cross1: TMenuItem
  290.         Caption = 'Cross'
  291.         ShortCut = 0
  292.         OnClick = Cross1Click
  293.       end
  294.       object HatchedCross1: TMenuItem
  295.         Caption = 'Hatched Cross'
  296.         ShortCut = 0
  297.         OnClick = HatchedCross1Click
  298.       end
  299.     end
  300.     object LineStyle1: TMenuItem
  301.       Caption = 'LineStyle'
  302.       GroupIndex = 7
  303.       ShortCut = 0
  304.       object Widthup1: TMenuItem
  305.         Caption = 'Width up'
  306.         ShortCut = 0
  307.         OnClick = Widthup1Click
  308.       end
  309.       object Widthdown1: TMenuItem
  310.         Caption = 'Width down'
  311.         ShortCut = 0
  312.         OnClick = Widthdown1Click
  313.       end
  314.       object N1: TMenuItem
  315.         Caption = '-'
  316.         ShortCut = 0
  317.       end
  318.       object Solid1: TMenuItem
  319.         Caption = 'Solid'
  320.         ShortCut = 0
  321.         OnClick = Solid1Click
  322.       end
  323.       object Dashed1: TMenuItem
  324.         Caption = 'Dashed'
  325.         ShortCut = 0
  326.         OnClick = Dashed1Click
  327.       end
  328.       object Dotted1: TMenuItem
  329.         Caption = 'Dotted'
  330.         ShortCut = 0
  331.         OnClick = Dotted1Click
  332.       end
  333.       object DashDot1: TMenuItem
  334.         Caption = 'Dash-Dot'
  335.         ShortCut = 0
  336.         OnClick = DashDot1Click
  337.       end
  338.       object DashDotDot1: TMenuItem
  339.         Caption = 'Dash-Dot-Dot'
  340.         ShortCut = 0
  341.         OnClick = DashDotDot1Click
  342.       end
  343.     end
  344.     object Help1: TMenuItem
  345.       Caption = 'Help'
  346.       GroupIndex = 9
  347.       ShortCut = 0
  348.       OnClick = Help1Click
  349.     end
  350.   end
  351.   object ColorDialog1: TColorDialog
  352.     Ctl3D = True
  353.     Left = 552
  354.   end
  355. end
  356.